home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AGA Toolkit '97
/
The AGA Toolkit '97.iso
/
programming
/
gcc
/
gcc2.7.0
/
gcc270cp.lha
/
gnu
/
lib
/
g++-include
/
std
/
ciso646.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-07-28
|
346 b
|
24 lines
// The -*- C++ -*- ISO 646 header.
// This file is part of the GNU ANSI C++ Library.
#ifndef __CISO646__
#define __CISO646__
#include <iso646.h>
#if 0
// once g++ treats these as keywords...
#undef and
#undef and_eq
#undef bitand
#undef bitor
#undef compl
#undef not_eq
#undef not
#undef or
#undef or_eq
#undef xor
#undef xor_eq
#endif
#endif